projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97210f4
)
(do-auto-fill): Type in the previous change fixed.
author
Kenichi Handa
<handa@m17n.org>
Mon, 9 Jun 1997 13:07:45 +0000
(13:07 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 9 Jun 1997 13:07:45 +0000
(13:07 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 8878edcaf92fe1dfb5caf675bb53d153aec6ff7d..59abd525a1a3eaebfa2f39317e6d975d98e32d06 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-2622,8
+2622,8
@@
Setting this variable automatically makes it local to the current buffer."
(forward-char 1))))
(if (and enable-kinsoku enable-multibyte-characters)
(kinsoku (save-excursion
- (forward-line 0) (point))))
)))
- ;; Let fill-point be set to the place where we end up.
+ (forward-line 0) (point))))
+
;; Let fill-point be set to the place where we end up.
(point)))))
;; If that place is not the beginning of the line,
;; break the line there.